home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global objeto_nik, full_video, video, FrameRet, pase
- if the timer > 240 then
- puppetSprite(18, 0)
- puppetSprite(19, 0)
- end if
- set frame_ret to the frame
- puppetSound(0)
- set FrameRet to the frame
- set video to 0
- if full_video then
- preLoad(label("VIDEO COMPLETO VENTANA"), label("VIDEO COMPLETO VENTANA"))
- go("VIDEO COMPLETO VENTANA")
- else
- preLoad(label("VIDEO NORMAL VENTANA" & objeto_nik), label("VIDEO NORMAL VENTANA" & objeto_nik))
- go("VIDEO NORMAL VENTANA" & objeto_nik)
- end if
- end
-
- on keyDown
- global Direccion
- if (the keyCode = 125) or (the keyCode = 123) or (the keyCode = 124) then
- puppetSprite(18, 0)
- puppetSprite(19, 0)
- puppetSound(0)
- set Direccion to the keyCode
- preLoad(the frame + 5)
- go(the frame + 1)
- end if
- end
-
- on mouseDown
- puppetSprite(18, 0)
- puppetSprite(19, 0)
- end
-